home *** CD-ROM | disk | FTP | other *** search
/ Windows 3-Pak 2 - Disc 2 / Infomagic - Windows 3-Pak Volume 2 (Disc 2 of 3).iso / Telnet-Clients / secmail.exe / _setup.3 / Group4 / SecureDll.dll / 0 / RCDATA / TNAGSCREEN / TNAGSCREEN.txt < prev   
Text File  |  1998-10-08  |  1KB  |  50 lines

  1. object NagScreen: TNagScreen
  2.   Left = 88
  3.   Top = 358
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Please Register'
  7.   ClientHeight = 79
  8.   ClientWidth = 379
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 16
  19.     Top = 16
  20.     Width = 32
  21.     Height = 32
  22.     AutoSize = True
  23.     Picture.Data = {<image001.ico>}
  24.   end
  25.   object Memo1: TMemo
  26.     Left = 64
  27.     Top = 8
  28.     Width = 281
  29.     Height = 65
  30.     Color = clSilver
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     Lines.Strings = (
  36.       'This evaluation copy of this application has '
  37.       'expired. Restrictions are now in effect. For '
  38.       'registering information, please see '
  39.       'REGISTERING in the help file.')
  40.     ParentFont = False
  41.     TabOrder = 0
  42.   end
  43.   object Timer1: TTimer
  44.     Interval = 10000
  45.     OnTimer = Timer1Timer
  46.     Left = 352
  47.     Top = 40
  48.   end
  49. end
  50.